asmttpd 是一个完全使用 amd64 汇编开发的 Linux 下的 Web 服务器。
备注:这个项目还不成熟,不适宜正式投入生产;
特性:
- 支持多线程
- 无需第三方库支持,只需 64 位的 Linux
- 快
支持:
- 从指定文档的根目录提供文件服务.
- 200
- 206
- 404
- Content-types: xml, html, xhtml, gif, png, jpeg, css, js, and octet-stream.
安装
在 non-debug 版本中运行 make
或 make release
。
你需要先安装 yasm
用法
sudo ./asmttpd /path/to/web_root
asmttpd 的项目主页在:https://github.com/nemasu/asmttpd
编译:Segmentfault
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。